COMPARE STRINGS
COMPARE STRINGS will compare two strings and return an "approximate" equality in percent. If two strings are identical the returned value will be 100.

ARGUMENTS:
* String1 = The first of two string to compare
* String2 = The second of two string to compare
optional:
* Case Flag = If set to 1 the comparison will take the case of characters into account.

RETURNS:
The approximate equality in percent.


SYNTAX
Return Integer=COMPARE STRINGS(String1,String2 [,Case Flag])


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File